home *** CD-ROM | disk | FTP | other *** search
/ Complete Internet Archive / Complete Internet Archive.iso / E-Mail / tmc325.exe / data.z / TMCtalker.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1996-12-06  |  1KB  |  56 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 118
  5.   Height = 68
  6.   Caption = 'TMC PRO communications unit...'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   WindowState = wsMinimized
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 62
  19.     Top = 88
  20.     Width = 359
  21.     Height = 33
  22.     TabOrder = 0
  23.     Visible = False
  24.   end
  25.   object Panel1: TPanel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 110
  29.     Height = 41
  30.     Align = alClient
  31.     TabOrder = 1
  32.     object LMDLabel1: TLMDLabel
  33.       Left = 2
  34.       Top = 5
  35.       Width = 105
  36.       Height = 30
  37.       Caption = 'TMC talk'
  38.       Font.Color = clBlack
  39.       Font.Height = -24
  40.       Font.Name = 'Times New Roman'
  41.       Font.Style = [fsBold]
  42.       FontFx.Style = tdPColorRaised
  43.       ParentFont = False
  44.       Transparent = True
  45.     end
  46.     object Edit1: TEdit
  47.       Left = 108
  48.       Top = 16
  49.       Width = 121
  50.       Height = 21
  51.       TabOrder = 0
  52.       Visible = False
  53.     end
  54.   end
  55. end
  56.